chore: upgrade target frameworks from net8/net9 to net9/net10#175
chore: upgrade target frameworks from net8/net9 to net9/net10#175
Conversation
Drops .NET 8 support and adds .NET 10 to always support the latest two stable LTS/STS releases. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Review Summary by QodoUpgrade target frameworks from .NET 8/9 to 9/10
WalkthroughsDescription• Drops .NET 8 support, adds .NET 10 support • Updates target frameworks to net9.0 and net10.0 • Updates CI/CD workflows to use .NET 9.0.x and 10.0.x Diagramflowchart LR
A["Current: .NET 8.0 & 9.0"] -- "Remove .NET 8.0" --> B["Add .NET 10.0"]
B --> C["Target: .NET 9.0 & 10.0"]
D["CI/CD Workflows"] -- "Update dotnet-version" --> E["9.0.x & 10.0.x"]
File Changes1. src/Daqifi.Core/Daqifi.Core.csproj
|
Code Review by Qodo
1. Release SDKs not validated
|
|
Re: Qodo issue — Release SDKs not validated: Disagree — no change needed. When a project multi-targets The reason both Switching to only |
Summary
TargetFrameworksin bothDaqifi.Core.csprojandDaqifi.Core.Tests.csprojfromnet8.0;net9.0tonet9.0;net10.0dotnet-versionin bothci.ymlandrelease.ymlfrom8.0.x / 9.0.xto9.0.x / 10.0.xTest plan
net9.0andnet10.0targets🤖 Generated with Claude Code